home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / SourceCode / AdobeExamples / NX_HitDetect / Makefile < prev    next >
Encoding:
Makefile  |  1992-12-19  |  765 b   |  31 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. MAKEFILEDIR = /usr/lib/nib/
  11. NAME = HitDetection
  12. INTERFACES = HitDetection.nib
  13. CLASSES = Bezier.m DetectApp.m DocView.m DrawingView.m HitPointView.m \
  14.           ScrollingView.m
  15. MFILES = HitDetection_main.m
  16. PSWFILES = DrawingViewWraps.psw
  17. TIFFFILES = zoom.tiff
  18. LIBS = -lNeXT_s -lsys_s
  19. INSTALLDIR = $(HOME)/Apps
  20. APPICON = Icon.tiff
  21.  
  22. ICONSECTIONS =    -segcreate __ICON app Icon.tiff
  23.  
  24. -include Makefile.preamble
  25.  
  26. include $(MAKEFILEDIR)Makefile.common
  27.  
  28. -include Makefile.postamble
  29.  
  30. -include Makefile.dependencies
  31.